Search for Management Profile
Searches for a management profiles and out of sync resources.
Notes
- Only Gateway ManagementProfile are supported.
- User can list all the profile configurations on the deployed gateway
- List profiles
https://localhost/api/v2/tenants/tenantId/managementProfiles/search?queryString
- Search specific
https://api.opsramp.com/api/v2/tenants/tenantId/managementProfiles/search?pageNo=1&pageSize=10&isDescendingOrder=true&sortName=id&queryString=id:1043+name:Gateway_Profile
- List profiles
- User can list out the out of sync templates from the deployed gateway
- List all the out of sync templates of the client
https://localhost/api/v2/tenants/tenantId/managementProfiles/search?queryString=outOfSync:true
- List all the out of sync templates of the given managementProfiles
https://localhost/api/v2/tenants/tenantId/managementProfiles/search?queryString=outOfSync:true%2Buuid:302443bc-8367-48c1-801b-2732d91c6d45
- List all the out of sync templates of the client
Path Parameters
- tenantId
Describes the uuid of the tenant
Query Parameters
- id
The management profile id.
- name
The management profile name.
- type
The management profile type. An example is: { Agent | Gateway }
- startCreationDate
Search for the management profile created within a certain duration. Start indicates the from date. An example is: 2016-06-10T10:40:20 0000 (GMT).
- endCreationDate
Search for the management profile created within a certain duration. End indicates the to date. An Example is: 2016-06-20T10:40:20 0000 (GMT).
- outOfSync
Search for Templates and Resources which are out of Sync within a profile. Value = true will fetch out of sync templates details.
- Enum:
- truefalse
- uuid
The management profile uuid.
Responses
- results
- totalResults
SerStatus
- orderBy
- pageNo
- pageSize
- totalPages
- nextPage
- nextPageNo
- previousPageNo
- descendingOrder
Loading Examples...