Create Pm Job
Create Performance Management Job for reporting on given object Ids and object Type
Request
URI
POST
https://{api_host}/hybridity/api/vnfpm/v1/pm_jobs
COPY
Header Parameters
string
Accept-Language
Optional
Accept-Language
Request Body
null
pmJobRequest
of type(s)
application/json
Required
{
"pmJobName": "string",
"objectIds": [
"string"
],
"objectType": "string",
"pmJobCriteria": {
"performanceMetric": [
"string"
],
"performanceMetricGroup": [
"string"
],
"collectionPeriod": 0,
"reportingPeriod": 0,
"reportingBoundary": "string"
}
}
string
pmJobName
Required
pmJobName
array of
string
objectIds
Required
objectIds
string
objectType
Required
objectType
Responses
200
Accepted
Returns
pmJobCreateResponse
of type(s)
application/json
{
"pmJobId": "string",
"pmJobName": "string",
"objectIds": [
"string"
],
"objectType": "string",
"pmJobCriteria": {
"performanceMetric": [
"string"
],
"performanceMetricGroup": [
"string"
],
"collectionPeriod": 0,
"reportingPeriod": 0,
"reportingBoundary": "string"
},
"warnings": [
{
"message": "string"
}
],
"errors": [
{
"code": "string",
"message": "string"
}
]
}
string
pmJobId
Optional
pmJobId
string
pmJobName
Optional
pmJobName
array of
string
objectIds
Optional
objectIds
string
objectType
Optional
objectType
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Internal Server Error
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
On This Page
Performance Management Operations
POST
Create Pm Job
DELETE
Delete Pm Job
GET
Download Report File
GET
Get All Pm Jobs
GET
Get Pm Job
GET
Get Pm Job Report
POST
Query Inventory Stats