GetInstanceProfileResponse

Contains the response to a successful GetInstanceProfile request.

APIs.ioEngineeringPlatform

Properties

Name Type Description
InstanceProfile object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getinstanceprofileresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetInstanceProfileResponse",
  "title": "GetInstanceProfileResponse",
  "type": "object",
  "required": [
    "InstanceProfile"
  ],
  "example": {
    "InstanceProfile": {
      "Arn": "arn:aws:iam::336924118301:instance-profile/ExampleInstanceProfile",
      "CreateDate": "2013-06-12 23:52:02+00:00",
      "InstanceProfileId": "AID2MAB8DPLSRHEXAMPLE",
      "InstanceProfileName": "ExampleInstanceProfile",
      "Path": "/",
      "Roles": [
        {
          "Arn": "arn:aws:iam::336924118301:role/Test-Role",
          "AssumeRolePolicyDocument": "<URL-encoded-JSON>",
          "CreateDate": "2013-01-09 06:33:26+00:00",
          "Path": "/",
          "RoleId": "AIDGPMS9RO4H3FEXAMPLE",
          "RoleName": "Test-Role"
        }
      ]
    }
  },
  "properties": {
    "InstanceProfile": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InstanceProfile"
        },
        {
          "description": "A structure containing details about the instance profile."
        }
      ]
    }
  },
  "description": "Contains the response to a successful <a>GetInstanceProfile</a> request. "
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-getinstanceprofileresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.