Skip to main content

Update specific Service status


ApiScope: manage.service.status.write
API Scope Level: ServiceSubscriberScope
Path Parameters
    service_name string required
    service_status string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
POST /v2/service/:service_name/status/:service_status

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
service_name — path required
service_status — path required
Accept
curl / cURL
curl -L -X POST '/manage/v2/service/:service_name/status/:service_status' \
-H 'Accept: application/json'