Refer to the exhibit. An Intersight API is being used to query RackUnit resources that have a tag keyword set to `Site`. What is the expected output of this command?
A.
list of all resources that have a tag with the keyword ג€Siteג€
B.
error message because the Value field was not specified
C.
error message because the tag filter should be lowercase
D.
list of all sites that contain RackUnit tagged compute resources
A is correct
The $filter query option allows clients to retrieve a subset of resources based on some expression. It supports multiple operators to filter managed objects: eq, ne, gt, ge, lt, le, and, or, not, and in operators, as well as a set of string functions (contains, endswith, and so on). Here are a few examples:
GET /api/v1/compute/RackUnits?$filter=Name eq 'WZP211704KM'
GET /api/v1/compute/RackUnits?$filter=Model ne 'UCSC-C240-M5SN'
GET /api/v1/RackUnits?$filter=NumCpuCores ge 6 and AvailableMemory gt 65000
GET /api/v1/RackUnits?$filter=not(Model eq 'HX220C-M5SX' or Model eq 'HX220C-M5S')
GET /api/v1/RackUnits?$filter=Model in ('HX220C-M5SX', 'UCSC-C240-M5SN')
GET /api/v1/RackUnits?$filter=contains(Model,'C240')
GET /api/v1/RackUnits?$filter=endswith(Model,'M5')
GET /api/v1/aaa/AuditRecords?$filter=CreateTime gt 2020-06-20T08:00:0.000Z
A is correct
The $filter query option allows clients to retrieve a subset of resources based on some expression. It supports multiple operators to filter managed objects: eq, ne, gt, ge, lt, le, and, or, not, and in operators, as well as a set of string functions (contains, endswith, and so on). Here are a few examples:
GET /api/v1/compute/RackUnits?$filter=Name eq 'WZP211704KM'
GET /api/v1/compute/RackUnits?$filter=Model ne 'UCSC-C240-M5SN'
GET /api/v1/RackUnits?$filter=NumCpuCores ge 6 and AvailableMemory gt 65000
GET /api/v1/RackUnits?$filter=not(Model eq 'HX220C-M5SX' or Model eq 'HX220C-M5S')
GET /api/v1/RackUnits?$filter=Model in ('HX220C-M5SX', 'UCSC-C240-M5SN')
GET /api/v1/RackUnits?$filter=contains(Model,'C240')
GET /api/v1/RackUnits?$filter=endswith(Model,'M5')
GET /api/v1/aaa/AuditRecords?$filter=CreateTime gt 2020-06-20T08:00:0.000Z
This section is not available anymore. Please use the main Exam Page.350-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Teringzooi
7 months, 2 weeks agodesignated
9 months, 1 week agobboycoi
11 months, 2 weeks agoasdasdqweqwe
1 year, 3 months ago